You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
This PR adds tool-neutral repository guidance in AGENTS.md and focused GitHub Copilot instructions primarily for code review, aligned with CodeIgniter compatibility, testing, documentation, database, and Worker Mode requirements.
This is experimental and can be reverted if it does not improve AI-assisted contributions and Copilot review quality, or if it causes regressions.
Would it make sense to use a root-level AGENTS.md for the repository-wide guidance instead of making it specific to Copilot? Copilot supports AGENTS.md, as do many other agent harnesses.
With more contributors using different AI assisted workflows, I believe a tool neutral instruction file could help those tools follow CI4's standards and conventions more consistently and reduce avoidable review work.
Good point. I've moved the repository-wide guidance to a root-level AGENTS.md and kept the Copilot-specific files focused on review behavior and path-specific instructions. This should make the shared guidance useful across different AI-assisted workflows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds tool-neutral repository guidance in
AGENTS.mdand focused GitHub Copilot instructions primarily for code review, aligned with CodeIgniter compatibility, testing, documentation, database, and Worker Mode requirements.This is experimental and can be reverted if it does not improve AI-assisted contributions and Copilot review quality, or if it causes regressions.
Ref: https://docs.github.com/en/copilot/concepts/agents/code-review#choosing-between-custom-instructions-agentsmd-and-skills
Checklist: